home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
IRIS Performer 2.2 Friends Demo
/
SGI IRIS Performer 2.2 Friends Demo.iso
/
friends
/
paradigm
/
cliptest
/
makefile
< prev
next >
Wrap
Makefile
|
1997-08-01
|
269b
|
20 lines
# $Id: makefile,v 1.1 1997/08/01 18:18:50 mew Exp $
# makefile to generate a few example clipstack testpatterns
ALL_TARGETS = bw18 rgb18
all: $(ALL_TARGETS)
bw18:
build_cliptest $@ bw 18
rgb18:
build_cliptest $@ rgb 18
clean:
clobber:
-rm -rf $(ALL_TARGETS)